@charset "utf-8";

/*------------------------------------------------------------
	默认样式
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #221815;
	text-decoration: none;
}

a:visited {
	color: #221815;
	text-decoration: none;
}

a:hover {
	color: #221815;
	text-decoration: underline;
}

a:active {
	color: #221815;
	text-decoration: none;
}

/*------------------------------------------------------------
	布局
------------------------------------------------------------*/
body {
	/* padding-bottom: 1000px; */
	min-width: 1280px;
	color: #221815;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	position: relative;
	text-align: left;
}

#main {
	padding: 91px 0 66px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	#main {
		padding: 58px 0 20px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
}

#gHeader.fixed {
	position: fixed;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
}

.headInner {
	margin: 0 auto;
	padding: 25px 0 26px;
	width: 1040px;
}

h1 {
	float: left;
}

h1 a {
	display: block;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10000;
		background-color: #FFF;
	}

	#gHeader.fixed {
		box-shadow: none;
	}

	.headInner {
		padding: 15px 20px;
		width: auto;
	}

	h1 {
		float: left;
	}

	h1 a img {
		width: 102px;
		height: auto;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
}

#gNavi ul {
	margin-top: 7px;
}

#gNavi li {
	margin: 0 15px;
	float: left;
}

#gNavi li:last-child {
	margin-right: 0;
}

#gNavi li a {
	padding: 3px 0;
	display: block;
	font-size: 16px;
	transition: all 0.4s;
}

#gNavi li:last-child a {
	padding: 3px 30px 3px 12px;
	color: #fa3030;
	border-radius: 3px;
	background: #F7F7F7 url('../../img/common/download.png') no-repeat right 11px center;
}

#gNavi li a:hover {
	color: #ef2331;
	cursor: pointer;
	text-decoration: none;
}

#gNavi.menuBox {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi.menuBox {
		float: none;
		display: none;
		position: fixed;
		left: 0;
		top: 58px;
		width: 100%;
		z-index: 100;
		min-height: 100%;
		overflow: auto;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		background-color: #29262A;
	}

	#gNavi.pcMenu {
		display: none !important;
	}

	#gNavi.menuBox.current {
		display: block;
	}

	#gNavi ul {
		margin-top: 13px;
	}

	#gNavi li {
		margin: 0 0 0 28px;
		float: none;
		border-bottom: 1px solid #3d3c3d;
	}

	#gNavi li:last-child {
		margin-right: 0;
	}

	#gNavi li a {
		padding: 15px 0 11px;
		display: block;
		font-size: 16px;
		color: #6f6c6f;
		transition: none;
	}

	#gNavi li:last-child a {
		padding: 15px 0 11px;
		color: #fff;
		background: none;
	}

	#gNavi li:last-child a span {
		padding-right: 21px;
		display: inline-block;
		background: url('../../img/common/sp_dowlond.png') no-repeat right center;
		background-size: 12px auto;
	}

	#gNavi li a:hover {
		color: #6f6c6f;
	}

	/*------------------------------------------------------------
		menu
	------------------------------------------------------------*/
	.menu {
		margin-top: 14px;
		display: block;
		position: absolute;
		top: 8px;
		right: 21px;
		height: 20px;
		width: 20px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
		background: #bcbcbc;
	}

	.menu.active .middle {
		opacity: 0;
		background: #bcbcbc;
	}

	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
		background: #bcbcbc;
	}

	.menu.active {
		position: fixed;
	}

	.menu span {
		background: #bcbcbc;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
		border-radius: 10px;
	}

	.menu span:nth-of-type(2) {
		top: 7px;
	}

	.menu span:nth-of-type(3) {
		top: 14px;
	}
}

/*------------------------------------------------------------
	pageUl
------------------------------------------------------------*/
.pageUl {
	position: fixed;
	right: 100px;
	bottom: 100px;
	z-index: 999;
}

.pageUl li a {
	display: block;
	position: relative;
}

.pageUl li a .erweima {
	position: absolute;
	top: -38px;
	left: -130px;
	display: none;
}

.pageUl li:nth-child(3) a:hover .erweima {
	display: block;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageUl {
		display: none;
	}
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
#gFooter {
	padding-top: 50px;
	background-color: #29262a;
}

#gFooter .footerBox {
	margin: 0 auto;
	padding-bottom: 67px;
	width: 1120px;
}

#gFooter .footerBox .leftBox {
	width: 557px;
	float: left;
}

#gFooter .footerBox .leftBox .titleList {
	margin-bottom: 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid #5a585a;
}

#gFooter .footerBox .leftBox .titleList li {
	width: 41.5%;
	float: left;
}

#gFooter .footerBox .leftBox .titleList li:nth-child(3n) {
	width: auto;
}

#gFooter .footerBox .leftBox .titleList li a {
	display: block;
	color: #6f6c6f;
	font-size: 18px;
	line-height: 2;
	transition: all 0.4s;
}

#gFooter .footerBox .leftBox .titleList li a:hover {
	color: #FFF;
	text-decoration: none;
}

#gFooter .footerBox .leftBox .titleList li a .en {
	display: block;
	font-size: 12px;
}

#gFooter .footerBox .leftBox .itemList>li {
	width: 41.5%;
	float: left;
}

#gFooter .footerBox .leftBox .itemList>li:nth-child(3n) {
	width: auto;
}

#gFooter .footerBox .leftBox .itemList .linkList li {
	margin-bottom: 15px;
}

#gFooter .footerBox .leftBox .itemList .linkList li:last-child {
	margin-bottom: 0;
}

#gFooter .footerBox .leftBox .itemList .linkList li a {
	color: #6f6c6f;
	font-size: 14px;
	transition: all 0.4s;
}

#gFooter .footerBox .leftBox .itemList .linkList li a:hover {
	color: #FFF;
	text-decoration: none;
}

#gFooter .footerBox .rightBox {
	padding-top: 6px;
	width: 450px;
	float: right;
	text-align: right;
}

#gFooter .footerBox .rightBox .tel {
	margin-bottom: 7px;
	font-size: 16px;
}

#gFooter .footerBox .rightBox .tel a {
	display: block;
	color: #919191;
}

#gFooter .footerBox .rightBox .tel a:hover {
	text-decoration: none;
}

#gFooter .footerBox .rightBox .linkTxt {
	margin-bottom: 8px;
	color: #4e4b4f;
	font-size: 15px;
}

#gFooter .footerBox .rightBox .linkTxt a {
	color: #4e4b4f;
	font-size: 15px;
	transition: all 0.4s;
}

#gFooter .footerBox .rightBox .linkTxt a:hover {
	color: #FFF;
	text-decoration: none;
}

#gFooter .footerBox .rightBox .distance {
	margin-bottom: 45px;
}

#gFooter .footerBox .rightBox .codeList {
	text-align: center;
}

#gFooter .footerBox .rightBox .codeList li {
	margin-left: 46px;
	width: 125px;
	float: right;
}

#gFooter .footerBox .rightBox .codeList li:last-child {
	margin-left: 0;
}

#gFooter .footerBox .rightBox .codeList li span {
	margin-top: 17px;
	display: block;
	color: #5f5d5f;
	font-size: 16px;
	letter-spacing: -0.5px;
}

#gFooter .footerArea {
	padding: 20px 0 18px;
	background-color: #171717;
}

#gFooter .footerArea .footerInner {
	margin: 0 auto;
	width: 1120px;
}

#gFooter .footerArea .footerInner #copyright {
	float: left;
	color: #545454;
	font-size: 14px;
}

#gFooter .footerArea .footerInner #copyright a {
	color: #545454;
	font-size: 14px;
}

#gFooter .footerArea .footerInner .linkUl {
	text-align: right;
}

#gFooter .footerArea .footerInner .linkUl li {
	display: inline-block;
	color: #545454;
	font-size: 14px;
}

#gFooter .footerArea .footerInner .linkUl li a {
	color: #545454;
	font-size: 14px;
	transition: all 0.4s;
}

#gFooter .footerArea .footerInner .linkUl li:first-child a {
	margin-right: 4px;
}

#gFooter .footerArea .footerInner .linkUl li a:hover {
	color: #FFF;
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding-top: 40px;
	}

	#gFooter .footerBox {
		margin: 0 auto;
		padding: 0 31px 67px;
		width: auto;
	}

	#gFooter .footerBox .leftBox {
		display: none;
	}

	#gFooter .footerBox .rightBox {
		padding-top: 0;
		width: auto;
		float: none;
		text-align: left;
	}

	#gFooter .footerBox .rightBox .tel {
		margin-bottom: 7px;
		color: #919191;
		font-size: 13px;
	}

	#gFooter .footerBox .rightBox .linkTxt {
		margin-bottom: 8px;
		color: #4e4b4f;
		font-size: 12px;
	}

	#gFooter .footerBox .rightBox .linkTxt a {
		color: #4e4b4f;
		font-size: 12px;
		transition: all 0.4s;
	}

	#gFooter .footerBox .rightBox .linkTxt a:hover {
		color: #4e4b4f;
		text-decoration: none;
	}

	#gFooter .footerBox .rightBox .distance {
		margin-bottom: 44px;
	}

	#gFooter .footerBox .rightBox .codeList {
		text-align: center;
	}

	#gFooter .footerBox .rightBox .codeList li {
		margin: 0 38px 0 0;
		width: 97px;
		float: none;
		display: inline-block;
	}

	#gFooter .footerBox .rightBox .codeList li:last-child {
		margin: 0;
	}

	#gFooter .footerBox .rightBox .codeList li img {
		width: 97px;
		display: block;
	}

	#gFooter .footerBox .rightBox .codeList li span {
		margin-top: 10px;
		font-size: 12px;
	}

	#gFooter .footerArea {
		padding: 18px 0 16px;
	}

	#gFooter .footerArea .footerInner {
		width: auto;
	}

	#gFooter .footerArea .footerInner #copyright {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#gFooter .footerArea .footerInner #copyright a {
		font-size: 11px;
		text-align: center;
	}

	#gFooter .footerArea .footerInner .linkUl {
		display: none;
	}
}

/* 导入脚本 */
#gFoot{
	width: 1120px;
	margin: -120px auto 0;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#gFoot{
		width: 100vw;
		margin: -110px auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}